-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Watermelon AI SummaryThis Pull Request introduces a test scenario with the addition of two new examples to the codebase, likely for demonstration or validation purposes. GitHub PRs
watermelon is an open repo and Watermelon will serve it for free. |
const user_data = { | ||
"name": "John Doe", | ||
"twitter_handle": "@john_doe", | ||
"email": "john.doe@example.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains PII data that might make us lose our compliance. Please review or remove them.
function helloWorld (a, b) { | ||
let c = a * b; | ||
|
||
// I'm just doing random stuff before the actual data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains leftover multi-line comments. Please review or remove them.
No description provided.